home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor10.db < prev    next >
Text File  |  2002-09-25  |  1KB  |  44 lines

  1. @@title WikiWriter Tutorial: Insert graphics
  2. .nav WikiWriter Tutorial: ((tutor09|Prev)) | ((tutor00|Up)) | ((tutor11|Next))
  3. .end
  4. == Insert graphics
  5.  
  6. Use typical HTML to call in an image:
  7. <pre> <img src="frog.gif">
  8. </pre>
  9. gives you <img src="frog.gif">
  10.  
  11. All need are the graphics and a directory for them to live in. [[b WikiWriter]] comes with a handful of sample graphics in a directory called "images". Copy this directory into your project folder so you can add a little decoration to [[b Second Page]] like this:
  12. <pre>
  13. .plan
  14. .cent
  15. == <img src="rednext.gif"> My second page. <img src="redprev.gif">
  16. .end
  17. .end
  18. .result
  19. # Link back to ((Home)). - [[b a good place to start]]
  20. # This link goes to the ((Third Page|next)) page. - [[rev still needs some work]]
  21. /#
  22. .end
  23. </pre>
  24.  
  25. Stunning:
  26.  
  27. .result
  28. .plan
  29. .cent
  30. == <img src="rednext.gif"> My second page. <img src="redprev.gif">
  31. .end
  32. .end
  33. .result
  34. # Link back to ((Home)). - [[b a good place to start]]
  35. # This link goes to the ((Third Page|next)) page. - [[rev still needs some work]]
  36. /#
  37. .end
  38. .end
  39. .nav WikiWriter Tutorial: ((tutor09|Prev)) | ((tutor00|Up)) | ((tutor11|Next))
  40. .end
  41.  
  42.  
  43.  
  44.